From 93aac8a86c27a73734af49255a22ba97c9b237f5 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 13 Jan 2016 00:24:40 -0500 Subject: [PATCH] notebook: Document the .dnd style class We should aim to document all style classes that themes can encounter during the normal operation of a widget. --- gtk/gtknotebook.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtk/gtknotebook.c b/gtk/gtknotebook.c index f0eef0066f..68b8230883 100644 --- a/gtk/gtknotebook.c +++ b/gtk/gtknotebook.c @@ -135,6 +135,8 @@ * The header node gets one of the style class .top, .bottom, * .left or .right, depending on where the tabs are placed. For * reorderable pages, the tab node gets the .reorderable-page class. + * + * A tab node gets the .dnd style class while it is moved with drag-and-drop. */ -- 2.30.2